home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI239.ASC < prev    next >
Text File  |  1991-09-11  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 239
  10.   VERSION : 3.01x
  11.        OS : CP/M-86
  12.      DATE : March 13, 1986                               PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This  patch  automatically  responds   to   the   "Include  Error
  19.   Messages?"  prompt and proceeds to either  load  or  exclude  the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.  
  24.   ERROR MESSAGES NOTE: The new  version of TINST lets you designate
  25.   the  path to the error messages in the event they are stored in a
  26.   directory other than the  one  active at the time Turbo Pascal is
  27.   loaded. Patches for three  different  implementations  are listed
  28.   below. Be sure you are using the patch applicable to the file you
  29.   wish to modify.
  30.  
  31.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  32.   copy  of  your  original  .COM  file.  Copy  DEBUG.COM  into  the
  33.   directory  (or  onto  the diskette) where your  working  copy  of
  34.   information  exactly  as  it  appears.  (Conclude  each  line  by
  35.   pressing <Enter>.)
  36.  
  37.  
  38.   Note:
  39.   1.   DEBUG  is  not  sensitive  to  upper  and  lower  case.  All
  40.        addresses are listed in upper case for ease of  readability.
  41.  
  42.   2.   While in DEBUG, the prompt will appear as a dash (-).
  43.  
  44.  
  45.   3.   If you do not receive the appropriate response,    press "q"
  46.        followed by <Return>,  to  quit.  Check your version numbers
  47.        and, if correct, try  again.
  48.  
  49.   TURBO.COM - "YES" - MESSAGES INCLUDED
  50.  
  51.        YOU TYPE                              THIS APPEARS
  52.  
  53.        DEBUG TURBO.COM<ENTER>                 -
  54.        e2AEB                                  XXXX:2AEB E8.
  55.        0C<Space>                              34
  56.        FF<Space>                              DC
  57.        EB<Space>                              0D
  58.        1E<Return>                             -
  59.        w                                      writing XXXX bytes
  60.        q                                      DOS prompt
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 239
  76.   VERSION : 3.01x
  77.        OS : CP/M-86
  78.      DATE : March 13, 1986                               PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  85.  
  86.        YOU TYPE                             THIS APPEARS
  87.  
  88.        DEBUG TURBO.COM<ENTER>                 -
  89.        e2AEB                                  XXXX:2AEB E8.
  90.        24<Space>                              34
  91.        00<Space>                              DC
  92.        EB<Space>                              0D
  93.        1E<Return>                             -
  94.        w                                      writing XXXX bytes
  95.        q                                      DOS prompt
  96.  
  97.  
  98.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  99.  
  100.        YOU TYPE                              THIS APPEARS
  101.  
  102.        DEBUG TURBO-87.COM<ENTER>              -
  103.        e2601                                  XXXX:2601 E8.
  104.        0C<Space>                              1E
  105.        FF<Space>                              E1
  106.        EB<Space>                              0D
  107.        1E<Return>                             -
  108.        w                                      writing XXXX bytes
  109.        q                                      DOS prompt
  110.  
  111.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  112.  
  113.        YOU TYPE                             THIS APPEARS
  114.  
  115.        DEBUG TURBO-87.COM<ENTER>              -
  116.        e2601                                  XXXX:2601 E8.
  117.        24<Space>                              1E
  118.        00<Space>                              E1
  119.        EB<Space>                              0D
  120.        1E<Return>                             -
  121.        w                                      writing XXXX bytes
  122.        q                                      DOS prompt
  123.  
  124.  
  125.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.   PRODUCT : TURBO PASCAL                               NUMBER : 239
  142.   VERSION : 3.01x
  143.        OS : CP/M-86
  144.      DATE : March 13, 1986                               PAGE : 3/3
  145.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  146.  
  147.  
  148.  
  149.  
  150.        YOU TYPE                              THIS APPEARS
  151.  
  152.        DEBUG TURBOBCD.COM<ENTER>              -
  153.        e29FE                                  XXXX:29FE E8.
  154.        OC<Space>                              21
  155.        FF<Space>                              DD
  156.        EB<Space>                              0D
  157.        1E<Return>                             -
  158.        w                                      writing XXXX bytes
  159.        q                                      DOS prompt
  160.  
  161.  
  162.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  163.  
  164.        YOU TYPE                              THIS APPEARS
  165.  
  166.        DEBUG TURBOBCD.COM<ENTER>              -
  167.        e29FE                                  XXXX:29FE E8.
  168.        24<Space>                              21
  169.        00<Space>                              DD
  170.        EB<Space>                              0D
  171.        1E<Return>                             -
  172.        w                                      writing XXXX bytes
  173.        q                                      DOS prompt
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.